home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / graphics / a-g / fu / formulas / lambdafnpar.form < prev    next >
Encoding:
Text File  |  1995-12-21  |  196 b   |  28 lines

  1. lambdafnpar
  2. {
  3.     {
  4.         mirrorxy
  5.         pickendi=1
  6.         x1=-2.5
  7.         x2= 2.5
  8.         y1=-2.0
  9.         y2= 2.0
  10.         fn1=cos
  11.         bailout=2.0
  12.     }
  13.     {
  14.         z=pixel
  15.         c=pixel
  16.     }
  17.     {
  18.         z=fn1(z)
  19.         z=z*c
  20.         w=abs(z)
  21.     }
  22.     {
  23.         w>bailout
  24.     }
  25.     {
  26.     }
  27. }
  28.